.TH E1432_DISPLAY_STATE 3 E1432
.SH NAME
e1432_display_state \- Dump E1432 module states in easy-to-read format
.IX e1432_display_state(3) 3
.SH SYNOPSIS
.cS
void e1432_display_state(E1432ID hw)
.cE
.SH DESCRIPTION
\fIe1432_display_state\fR uses printf to dump the current state of
each module that was in the logical address list when
\fIe1432_assign_channels\fR was called.  The "current state" is just
the state that the E1432 interface library stores - most of the
parameters of the E1432 module are stored in the module itself and are
not displayed by this function.

This function also prints information on the groups that have been
created, and which channels belong to each group.

\fIhw\fR must be the result of a successful call to
\fIe1432_assign_channel_numbers\fR, and specifies the group of
hardware to talk to.
.SH "RESET VALUE"
Not applicable.
.SH "RETURN VALUE"
None
.SH "SEE ALSO"
.na
e1432_assign_channels
.ad
